projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74a94a3
)
(Info-additional-directory-list): Doc fix. Suggested by
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 15 Apr 2001 06:08:10 +0000
(06:08 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 15 Apr 2001 06:08:10 +0000
(06:08 +0000)
Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 673b5402e41a357ac240fa43018e86aa071fccf1..d3d21468a6af93a87686c8512a195c7cc5ccbeae 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-132,7
+132,8
@@
a version of Emacs without installing it.")
(defcustom Info-additional-directory-list nil
"List of additional directories to search for Info documentation files.
-These directories are not searched for merging the `dir' file."
+These directories is searched after those in `Info-directory-list', and
+they are not searched for merging the `dir' file."
:type '(repeat directory)
:group 'info)